home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / answrbok / 3_4.lha / 3_4 / 3_4l.c < prev    next >
Text File  |  1993-08-08  |  343b  |  18 lines

  1. * Copyright (c) 1990 by AT&T Bell Telephone Laboratories, Incorporated. */
  2. * The C++ Answer Book */
  3. * Tony Hansen */
  4. * All rights reserved. */
  5. nion
  6.  
  7.    long a;
  8.    struct
  9.    {
  10. int b1 : 1;
  11.    } b;
  12.  X;
  13. include <stdio.h>        /* DELETE */
  14. ain() {            /* DELETE */
  15. X.b.b1 = 1;        /* DELETE */
  16. printf("a=%#x\n", X.a);    /* DELETE */
  17. return 0; }        /* DELETE */
  18.